home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 1-2.iso / slavezero / setup / data1.cab / DEFAULT / Scripts / audio.ini next >
Encoding:
INI File  |  1999-01-04  |  26.7 KB  |  1,959 lines

  1. ; Audio.ini
  2. ;
  3. ; This file is used to set parameters of a particular audio file from outside
  4. ; the script code.  It enables sound designers to tune most of the audio
  5. ; with out having to recompile source code.  The only case where programmer
  6. ; intervention will be needed is if a script needs to play an audio resource
  7. ; with different settings than the ones in this file.  This case should be
  8. ; rare, if ever.
  9.  
  10. ; Here's an example of it's use
  11.  
  12. ;[resource name with no extension]
  13. ;MinDis = 300.0
  14. ;MaxDis = 1500.0
  15. ;Priority = 0
  16. ;Volume = 0
  17. ;Force Software = 0
  18. ;Allow Cut Off = 1
  19.  
  20. ;Enabled = 1
  21.  
  22. ; Notes : If resource is not a 3d audio resource, then the MinDis and MaxDis field
  23. ;         are not used.  If resource is a 3d audio resource, the MinDis and MaxDis 
  24. ;         fields are used along with the Volume field.  Scripts control the audio 
  25. ;         resouces 3d attribute, see design for which ones are which.
  26. ;
  27. ;         Volume is the number of decibles to LOWER the volume of an audio resource
  28. ;          by (MUST be a negative number).  There is currently no way to applify audio 
  29. ;         in engine.
  30. ;
  31. ;         If Enabled is set to 0, the audio resource will not play in the engine.
  32. ;
  33. ;         If a field for an audio resource is not present (or the entire entry is
  34. ;         missing, The settings shown in the above example are used.
  35. [Audio Manager]
  36. Base Volume        =    400
  37. Pan Skew        =    25.0
  38. Use Hardware    =    1
  39. Use Software    =    1
  40.  
  41. ; Added for voice managment setting on audio card. This setting should equal
  42. ; either AUTO or USER. If an unknown setting is used, the implimentation 
  43. ; defaults to the USER mode.
  44. VM Mode = AUTO
  45.  
  46. ; Master volume decreases all audio 
  47. ; by value stored here.  Legal values
  48. ; are [-10000..0].  Volume values are
  49. ; clamped at the extremes.  This value
  50. ; is cumulative with the base volume,
  51. ; the individual volume setting for each 
  52. ; wav file, and the voice over volume
  53. ; decrementor
  54. Master Volume    =    0
  55.  
  56. [I_SPLASHSCREEN_INTRO]
  57. priority=0
  58. Volume=400
  59. Enabled=1
  60.  
  61. [E_CLAXON_LOOP]
  62. Priority = 0
  63. Volume = 0
  64. Enabled = 1
  65.  
  66. [E_GOOP_RAPIDS_SLOW]
  67. Priority = 0
  68. Volume = 0
  69. Enabled = 1
  70.  
  71. [E_GOOP_SIMMER_LOOP]
  72. Priority = 0
  73. Volume = 0
  74. Enabled = 1
  75.  
  76. [E_HIVE_AMBIENT_01]
  77. Priority = 0
  78. Volume = 0
  79. Enabled = 1
  80.  
  81. [E_SDL_ALARM_LOOP]
  82. Priority = 0
  83. Volume = 0
  84. Enabled = 1
  85.  
  86. [E_SDL_MOVE_INTRO]
  87. Priority = 0
  88. Volume = 0
  89. Enabled = 1
  90.  
  91. [E_SDL_MOVE_LOOP]
  92. Priority = 0
  93. Volume = 0
  94. Enabled = 1
  95.  
  96. [E_SDL_MOVE_OUTRO]
  97. Priority = 0
  98. Volume = 0
  99. Enabled = 1
  100.  
  101. [V_CRUISER_ENGINE_LOOP]
  102. Priority = 0
  103. Volume = 0
  104. Enabled = 1
  105.  
  106. [V_CRUISER_HATCH_OPEN]
  107. Priority = 0
  108. Volume = 0
  109. Enabled = 1
  110.  
  111. [A_SLVERGUN_GUN_FIRE]
  112. Priority = 0
  113. Volume = 100
  114. Enabled = 1
  115.  
  116. [W_WEAPON_STOW]
  117. Priority = 0
  118. Volume = -400
  119. Enabled = 1
  120.  
  121. [W_WEAPON_READIED]
  122. Priority = 0
  123. Volume = -400
  124. Enabled = 1
  125.  
  126. [W_WEAPON_READY_2]
  127. Priority=0
  128. Volume=-400
  129. Enabled=1
  130.  
  131. [W_CYCLONE_GUN_READY]
  132. priority=0
  133. volume=-400
  134. enabled=1
  135.  
  136. ;[W_AVENGER_GUN_FIRE_LOOP]
  137. ;MinDis = 800
  138. ;MaxDis = 8000
  139. ;Priority = 0
  140. ;Volume = 0
  141. ;Enabled = 1
  142.  
  143. ;[W_AVENGER_GUN_FIRE_OUTRO]
  144. ;MinDis=800
  145. ;MaxDis=8000
  146. ;Priority=0
  147. ;Volume=-100
  148. ;Enabled=1
  149.  
  150. [W_AVENGER_GUN_FIRE]
  151. MinDis=800
  152. MaxDis=8000
  153. Priority=0
  154. Volume=-50
  155. Enabled=1
  156.  
  157. [W_AVENGER_GUN_DRY]
  158. priority=0
  159. volume=-200
  160. enabled=1
  161.  
  162. [W_AVENGER_GUN_RELOAD]
  163. priority=0
  164. volume=-300
  165. enabled=1
  166.  
  167. [W_IRONROAR_GUN_DRY]
  168. Priority = 0
  169. Volume = 0
  170. Enabled = 1
  171.  
  172. [W_IRONROAR_GUN_FIRE_LOOP]
  173. MinDis = 800
  174. MaxDis = 8000
  175. Priority = 0
  176. Volume = 100
  177. Enabled = 1
  178.  
  179. [W_IRONROAR_GUN_FIRE_OUTRO]
  180. MinDis = 800
  181. MaxDis = 8000
  182. Priority = 0
  183. Volume = -50
  184. Enabled = 1
  185.  
  186. [W_IRONROAR_M_GUN_FIRE_LOOP]
  187. MinDis = 500
  188. MaxDis = 6000
  189. Priority = 0
  190. Volume = -250
  191. Enabled = 1
  192.  
  193. [W_IRONROAR_M_GUN_FIRE_OUTRO]
  194. MinDis = 500
  195. MaxDis = 6000
  196. Priority = 0
  197. Volume = -350
  198. Enabled = 1
  199.  
  200. ;[W_IRONROAR_BULLET_HIT_D]
  201. ;MinDis=500
  202. ;MaxDis=5000
  203. ;Priority = 0
  204. ;Volume = -300
  205. ;Enabled = 1
  206.  
  207. ;This is a test
  208. ;[W_IRONROAR_CLIP_LOAD]
  209. ;MinDis=500
  210. ;MaxDis=8000
  211. ;Priority = 0
  212. ;Volume = -200
  213. ;Enabled = 1
  214.  
  215. [W_IRONROAR_GUN_RELOAD]
  216. MinDis=500
  217. MaxDis=8000
  218. Priority = 0
  219. Volume = -400
  220. Enabled = 1
  221.  
  222. [W_IRONROAR_SHELL_LAND]
  223. Priority = 0
  224. Volume = -500
  225. Enabled = 1
  226.  
  227. [E_RICOCHET_01]
  228. MinDis=500
  229. MaxDis=1000
  230. Priority = 0
  231. Volume = -200
  232. Enabled = 1
  233.  
  234. [E_RICOCHET_02]
  235. MinDis=500
  236. MaxDis=1000
  237. Priority = 0
  238. Volume = -200
  239. Enabled = 1
  240.  
  241. [E_RICOCHET_03]
  242. MinDis=500
  243. MaxDis=1000
  244. Priority = 0
  245. Volume = -200
  246. Enabled = 1
  247.  
  248. [W_SHRIEKER_GUN_DRY]
  249. Priority = 0
  250. Volume = 0
  251. Enabled = 1
  252.  
  253. [W_SHRIEKER_GUN_FIRE]
  254. Priority = 0
  255. Volume = 350
  256. Enabled = 1
  257.  
  258. [W_SHRIEKER_M_GUN_FIRE]
  259. Priority = 0
  260. Volume = 300
  261. Enabled = 1
  262.  
  263. [W_SHRIEKER_BULLET_HIT]
  264. MinDis = 400
  265. MaxDis = 4500
  266. Priority = 0
  267. Volume = 350
  268. Enabled = 1
  269.  
  270. [w_shrieker_bullet_loop]
  271. Priority = 0
  272. MinDis=100
  273. MaxDis=2500
  274. Volume = -300
  275. Enabled = 1
  276.  
  277. [W_SHRIEKER_CLIP_LOAD]
  278. Priority = 0
  279. Volume = 0
  280. Enabled = 1
  281.  
  282. [W_STONEDOG_GUN_FIRE]
  283. Priority = 0
  284. Volume = 300
  285. Enabled = 1
  286.  
  287. [W_STONEDOG_GUN_DRY]
  288. priority=0
  289. volume=-300
  290. enabled=1
  291.  
  292. [W_STONEDOG_GUN_READY]
  293. priority=0
  294. volume=-300
  295. enabled=1
  296.  
  297. [W_STONEDOG_GUN_RELOAD]
  298. priority=0
  299. volume=-300
  300. enabled=1
  301.  
  302. [W_STONEDOG_GUN_STOW]
  303. priority=1
  304. volume=-200
  305. enabled=1
  306.  
  307. [W_PLASMA200_GUN_DRY]
  308. Priority = 0
  309. Volume = 0
  310. Enabled = 1
  311.  
  312. [W_PLASMA200_GUN_FIRE]
  313. Priority = 0
  314. Volume = 200
  315. Enabled = 1
  316.  
  317. [W_PLASMA200_BULLET_HIT]
  318. MinDis = 500
  319. MaxDis = 8000
  320. Priority = 0
  321. Volume = -100
  322. Enabled = 1
  323.  
  324. ;klugearound.........................................................
  325. [W_PLASMA200_BULLET_HIT_NOND]
  326. MinDis = 1000
  327. MaxDis = 8000
  328. Priority = 0
  329. Volume = -200
  330. Enabled = 1
  331. ;....................................................................
  332.  
  333. [w_plasma200_bullet_loop]
  334. Priority = 0
  335. MinDis=100
  336. MaxDis=4000
  337. Volume = -200
  338. Enabled = 1
  339.  
  340. [W_PLASMA200_CLIP_LOAD]
  341. MinDis=500
  342. MaxDis=5000
  343. Priority = 0
  344. Volume = 0
  345. Enabled = 1
  346.  
  347. [W_PLASMA200_GUN_RECHARGE]
  348. Priority = 0
  349. Volume = -100
  350. Enabled = 1
  351.  
  352. [W_PENETRATOR_GUN_FIRE]
  353. Priority = 0
  354. Volume = 0
  355. Enabled = 1
  356.  
  357. [W_PENETRATOR_BULLET_HIT]
  358. Priority = 0
  359. Volume = 0
  360. Enabled = 1
  361.  
  362. [W_CYCLONE_GUN_FIRE_LOOP]
  363. Priority = 0
  364. Volume = 400
  365. Enabled = 1
  366.  
  367. [W_CYCLONE_GUN_FIRE_OUTRO]
  368. Priority=0
  369. Volume=200
  370. Enabled=1
  371.  
  372. [W_CYCLONE_GUN_DRY]
  373. Priority = 0
  374. Volume = 0
  375. Enabled = 1
  376.  
  377. [W_CYCLONE_GUN_RELOAD]
  378. priority=0
  379. volume=0
  380. enabled=1
  381.  
  382. [W_CYCLONE_GUN_STOW]
  383. priority=0
  384. volume=-400
  385. enabled=1
  386.  
  387. [W_FIRESTREAK_GUN_FIRE]
  388. Priority = 0
  389. MinDis=400
  390. MaxDis=5000
  391. Volume = 200
  392. Enabled = 1
  393.  
  394. [W_FIRESTREAK_BULLET_HIT]
  395. MinDis=500
  396. MaxDis=8000
  397. Priority = 0
  398. Volume = -100
  399. Enabled = 1
  400.  
  401. [W_FIRESTREAK_BULLET_HIT_D]
  402. Priority = 0
  403. Volume = 0
  404. Enabled = 0
  405.  
  406. [W_COMMANDO_GUN_FIRE]
  407. Priority = 0
  408. Volume = -900
  409. Enabled = 1
  410.  
  411. [A_SENTINEL_HIT_01]
  412. Priority = 0
  413. MinDis=200
  414. MaxDis=3000
  415. Volume = 0
  416. Enabled = 1
  417.  
  418. [A_SENTINEL_HIT_02]
  419. Priority = 0
  420. MinDis=200
  421. MaxDis=3000
  422. Volume = 0
  423. Enabled = 1
  424.  
  425. [A_SENTINEL_HIT_03]
  426. Priority = 0
  427. MinDis=200
  428. MaxDis=3000
  429. Volume = 0
  430. Enabled = 1
  431.  
  432. [A_SENTINEL_STEP]
  433. MinDis = 700
  434. MaxDis = 5000
  435. Priority = 0
  436. Volume = -800
  437. Enabled = 1
  438.  
  439. [A_SENTINEL_LAND_HEAVY]
  440. MinDis=500
  441. MaxDis=5000
  442. Priority=0
  443. Volume=-100
  444. Enabled=1
  445.  
  446. [A_PED_SCREAM_MALE_GENERIC]
  447. Priority = 0
  448. MinDis=50
  449. MaxDis=1000
  450. Volume = -1400
  451. Enabled = 1
  452.  
  453. [A_PED_SCREAM_FEMALE_GENERIC]
  454. Priority = 0
  455. MinDis=50
  456. MaxDis=1000
  457. Volume = -1400
  458. Enabled = 1
  459.  
  460. [A_PED_SCREAM_MALE_HELP]
  461. Priority = 0
  462. MinDis=50
  463. MaxDis=1000
  464. Volume = -1400
  465. Enabled = 1
  466.  
  467. [A_PED_SCREAM_MALE_NO_01]
  468. Priority = 0
  469. MinDis=50
  470. MaxDis=1000
  471. Volume = -1400
  472. Enabled = 1
  473.  
  474. [A_PED_SCREAM_MALE_NO_02]
  475. Priority = 0
  476. MinDis=50
  477. MaxDis=1000
  478. Volume = -1400
  479. Enabled = 1
  480.  
  481. [A_PED_SCREAM_MALE_OHGOD]
  482. Priority = 0
  483. MinDis=50
  484. MaxDis=1000
  485. Volume = -1400
  486. Enabled = 1
  487.  
  488. [A_PED_SCREAM_FEMALE_HELP]
  489. Priority = 0
  490. MinDis=50
  491. MaxDis=1000
  492. Volume = -1400
  493. Enabled = 1
  494.  
  495. [A_PED_SCREAM_FEMALE_NO_01]
  496. Priority = 0
  497. MinDis=50
  498. MaxDis=1000
  499. Volume = -1400
  500. Enabled = 1
  501.  
  502. [A_PED_SCREAM_FEMALE_NO_02]
  503. Priority = 0
  504. MinDis=50
  505. MaxDis=1000
  506. Volume = -1400
  507. Enabled = 1
  508.  
  509. [A_PED_SCREAM_FEMALE_OHGOD]
  510. Priority = 0
  511. MinDis=50
  512. MaxDis=1000
  513. Volume = -1400
  514. Enabled = 1
  515.  
  516. [A_PED_SQUISH]
  517. MinDis=50
  518. MaxDis=1000
  519. Priority = 0
  520. Volume = -1000
  521. Enabled = 1
  522.  
  523. [A_REGULATOR_DEATH]
  524. Priority = 0
  525. MinDis=500
  526. MaxDis=8000
  527. Volume = 200
  528. Enabled = 1
  529.  
  530. [A_PIRANHA_DEATH]
  531. Priority = 0
  532. MinDis=500
  533. MaxDis=8000
  534. Volume = 250
  535. Enabled = 1
  536.  
  537. [A_SPOTLIGHT_DEATH]
  538. Priority = 0
  539. MinDis = 400
  540. MaxDis = 8000
  541. Volume = -700
  542. Enabled = 1
  543.  
  544. [A_TURRET_PLASMA200_TURN]
  545. Priority = 0
  546. MinDis = 100
  547. MaxDis = 2000
  548. Volume = -900
  549. Enabled = 1
  550.  
  551. [A_WOLF_STEP]
  552. MinDis = 500
  553. MaxDis = 5000
  554. Priority = 0
  555. Volume = -500
  556. Enabled = 1
  557.  
  558. [A_BLACKWIDOW_STEP]
  559. MinDis=500
  560. MaxDis=5000
  561. Priority = 0
  562. Volume = -800
  563. Enabled = 1
  564.  
  565. [A_BLACKWIDOW_RISE]
  566. MinDis = 500
  567. MaxDis = 8000
  568. Priority = 0
  569. Volume = -500
  570. Enabled = 1
  571.  
  572. [A_BLACKWIDOW_LOWER]
  573. MinDis = 500
  574. MaxDis = 8000
  575. Priority = 0
  576. Volume = -500
  577. Enabled = 1
  578.  
  579. [A_GHOST_STEP_LAND_LOOP]
  580. Priority = 0
  581. MinDis=500
  582. MaxDis=6000
  583. Volume = -200
  584. Enabled = 1
  585.  
  586. [A_GHOST_STEP_WATER_LOOP]
  587. MinDis=500
  588. MaxDis=6000
  589. Priority = 0
  590. Volume = -100
  591. Enabled = 1
  592.  
  593. [A_GHOST_BEEP]
  594. MinDis=800
  595. MaxDis=8000
  596. Priority = 0
  597. Volume = -100
  598. Enabled = 1
  599.  
  600. [A_GHOST_ATTACK]
  601. MinDis=300
  602. MaxDis=6000
  603. Priority = 0
  604. Volume = 100
  605. Enabled = 1
  606.  
  607. [A_SLAVE0_LAND]
  608. Priority = 0
  609. Volume = 100
  610. Enabled = 1
  611.  
  612. [A_SLAVE0_ROAR]
  613. Priority = 0
  614. Volume = 100
  615. Enabled = 1
  616.  
  617. [A_SLAVE0_LAND_WATER]
  618. Priority = 0
  619. Volume = 0
  620. Enabled = 1
  621.  
  622. [A_SLAVE0_DEATH_01]
  623. Priority = 0
  624. Volume = 0
  625. Enabled = 1
  626.  
  627. [A_SLAVE0_DEATH_02]
  628. Priority = 0
  629. Volume = 0
  630. Enabled = 1
  631.  
  632. [A_SLAVE0_DEATH_03]
  633. Enabled=1
  634. Volume=100
  635. Priority=1
  636.  
  637. [A_SLAVE0_STRAFE_LOOP]
  638. Priority = 0
  639. Volume = -150
  640. Enabled = 1
  641.  
  642. [A_SLAVE0_STRAFE_INTRO]
  643. Priority = 0
  644. Volume = -150
  645. Enabled = 1
  646.  
  647. [A_SLAVE0_STRAFE_OUTRO]
  648. Priority = 0
  649. Volume = 0
  650. Enabled = 0
  651.  
  652. [A_SLAVE0_STEP_LEFT]
  653. Priority = 0
  654. Volume = 350
  655. Enabled = 1
  656.  
  657. [A_SLAVE0_STEP_RIGHT]
  658. Priority = 0
  659. Volume = 350
  660. Enabled = 1
  661.  
  662. [A_SLAVE0_STEP_WATER_LEFT]
  663. Priority = 0
  664. Volume = -100
  665. Enabled = 1
  666.  
  667. [A_SLAVE0_STEP_WATER_RIGHT]
  668. Priority = 0
  669. Volume = -100
  670. Enabled = 1
  671.  
  672. [A_SLAVE0_COLLECT_ITEM]
  673. Priority = 0
  674. MinDis=200
  675. MaxDis=2000
  676. Volume = -300
  677. Enabled = 1
  678.  
  679. [A_SLAVE0_COLLECT_HEALTH]
  680. Priority = 0
  681. Volume = -100
  682. Enabled = 1
  683.  
  684. [A_SLAVE0_HIT_SLUG]
  685. Priority = 0
  686. Volume = 100
  687. Enabled = 1
  688.  
  689. [A_SLAVE0_HIT_ROCKET]
  690. Priority = 0
  691. Volume = 100
  692. Enabled = 1
  693.  
  694. [A_TITAN_GUN_ARM_CHARGE]
  695. Priority = 0
  696. MinDis=500
  697. MaxDis=5000
  698. Volume = -300
  699. Enabled = 1
  700.  
  701. [A_TITAN_GUN_ARM_FIRE]
  702. Priority = 0
  703. MinDis=500
  704. MaxDis=8000
  705. Volume = -200
  706. Enabled = 1
  707.  
  708. [A_TITAN_ARM_SWIPE]
  709. Priority = 0
  710. MinDis=200
  711. MaxDis=2000
  712. Volume = 100
  713. Enabled = 1
  714.  
  715. [A_TITAN_GUN_MISSILE_FIRE]
  716. Priority = 0
  717. MinDis=500
  718. MaxDis=8000
  719. Volume = 0
  720. Enabled = 1
  721.  
  722. [A_TITAN_STEP]
  723. Priority = 0
  724. MinDis=700
  725. MaxDis=5000
  726. Volume = -800
  727. Enabled = 1
  728.  
  729. [A_TITAN_HIT_03]
  730. Priority = 0
  731. MinDis=200
  732. MaxDis=4000
  733. Volume=-400
  734. Enabled=1
  735.  
  736. [V_CAR_CRASH]
  737. Priority = 0
  738. MinDis=100
  739. MaxDis=1000
  740. Volume = -400
  741. Enabled = 1
  742.  
  743. [V_CAR_CRUSHED]
  744. Priority = 0
  745. MinDis=100
  746. MaxDis=2000
  747. Volume = -600
  748. Enabled = 1
  749.  
  750. [V_CAR_A_LOOP]
  751. Priority = 0
  752. MinDis=100
  753. MaxDis=400
  754. Volume = -500
  755. Enabled = 0
  756.  
  757. [V_CAR_A_HONK]
  758. Priority = 0
  759. MinDis=100
  760. MaxDis=2000
  761. Volume = -2000
  762. Enabled = 1
  763.  
  764. [V_CAR_B_LOOP]
  765. Priority = 0
  766. MinDis=10
  767. MaxDis=1000
  768. Volume = -500
  769. Enabled = 0
  770.  
  771. [V_CAR_B_HONK]
  772. Priority = 0
  773. MinDis=100
  774. MaxDis=2000
  775. Volume = -2000
  776. Enabled = 1
  777.  
  778. [V_HOVERCAR_A_DOPPLER]
  779. Priority = 0
  780. MinDis=100
  781. MaxDis=500
  782. Volume = -2200
  783. Enabled = 1
  784.  
  785. [V_M99_DEATH]
  786. Priority = 0
  787. Volume = 0
  788. Enabled = 1
  789.  
  790. [V_M99_ENGINE_LOOP]
  791. MinDis=300
  792. MaxDis=5000
  793. Priority = 0
  794. Volume = -2600
  795. Enabled = 1
  796.  
  797. [V_M99_TURRET_ROTATE]
  798. Priority = 0
  799. MinDis=500
  800. MaxDis=8000
  801. Volume = -600
  802. Enabled = 1
  803.  
  804. [V_ZEPPELIN_MUSIC_LOOP]
  805. Priority = 0
  806. MinDis=200
  807. MaxDis=2000
  808. Volume = -800
  809. Enabled = 1
  810.  
  811. [V_TRAIN_DEATH]
  812. Priority = 0
  813. Volume = 0
  814. Enabled = 1
  815.  
  816. [V_TRAIN_ENGINE_LOOP]
  817. Priority = 0
  818. Volume = 0
  819. Enabled = 1
  820.  
  821. [V_APC_DOORS_CLOSE]
  822. Priority = 0
  823. MinDis=800
  824. MaxDis=8000
  825. Volume = -700
  826. Enabled = 1
  827.  
  828. [V_APC_DOORS_OPEN]
  829. Priority = 0
  830. MinDis=800
  831. MaxDis=8000
  832. Volume = -700
  833. Enabled = 1
  834.  
  835. [V_APC_UNLOAD]
  836. MinDis=800
  837. MaxDis=8000
  838. Priority = 0
  839. Volume = 0
  840. Enabled = 1
  841. Force Software=1
  842.  
  843. [V_HYENA_ENGINE_LOOP]
  844. Priority = 0
  845. MinDis=100
  846. MaxDis=1000
  847. Volume = -1500
  848. Enabled = 1
  849.  
  850. [V_HYENA_DEATH]
  851. Priority = 0
  852. MinDis=1200
  853. MaxDis=9000
  854. Volume = -400
  855. Enabled = 1
  856.  
  857. [V_TRUCK_FLATBED_A_DOPPLER]
  858. Priority = 0
  859. Volume = 0
  860. Enabled = 1
  861.  
  862. [V_TRUCK_FLATBED_B_DOPPLER]
  863. Priority = 0
  864. Volume = 0
  865. Enabled = 1
  866.  
  867. [V_TRUCK_DUMP_DOPPLER]
  868. Priority = 0
  869. Volume = 0
  870. Enabled = 1
  871.  
  872. [V_BOAT_TRANS_ENGINE_LOOP]
  873. Priority = 0
  874. MinDis=100
  875. MaxDis=3000
  876. Volume = -1000
  877. Enabled = 1
  878.  
  879. [V_BOAT_ESCORT_ENGINE_LOOP]
  880. Priority = 0
  881. MinDis=100
  882. MaxDis=1000
  883. Volume = -3000
  884. Enabled = 1
  885.  
  886. [V_BOAT_JETSKI_ENGINE_LOOP]
  887. Priority = 0
  888. MinDis=100
  889. MaxDis=1000
  890. Volume = -300
  891. Enabled = 1
  892.  
  893. [V_BOAT_DEATH]
  894. Priority = 0
  895. Volume = -300
  896. MinDis=200
  897. MaxDis=1200
  898. Enabled = 1
  899.  
  900. [V_NEMESIS_MOVE_IDLE]
  901. Priority=0
  902. Volume=100
  903. MinDis=400
  904. MaxDis=3000
  905. Enabled=1
  906.  
  907. [V_NEMESIS_MOVE_LOOP]
  908. Priority=0
  909. Volume=100
  910. MinDis=400
  911. MaxDis=3000
  912. Enabled=1
  913.  
  914. [V_NEMESIS_DIE]
  915. Priority=0
  916. Volume=400
  917. MinDis=2000
  918. MaxDis=8000
  919. Enabled=1
  920.  
  921. [E_EXPLOSION_GENERIC_01]
  922. MinDis=800
  923. MaxDis=8000
  924. Priority = 0
  925. Volume = 0
  926. Enabled = 1
  927.  
  928. [E_EXPLOSION_GENERIC_02]
  929. MinDis=800
  930. MaxDis=8000
  931. Priority = 0
  932. Volume = 0
  933. Enabled = 1
  934.  
  935. [E_EXPLOSION_GENERIC_03]
  936. MinDis=800
  937. MaxDis=8000
  938. Priority = 0
  939. Volume = 0
  940. Enabled = 1
  941.  
  942. [E_EXPLOSION_GENERIC_04]
  943. MinDis = 800
  944. MaxDis = 8000
  945. Priority = 0
  946. Volume = -300
  947. Enabled = 1
  948.  
  949.  
  950. [E_FLAVOR_GLASS_SHATTER]
  951. Priority = 0
  952. Volume = 0
  953. Enabled = 1
  954.  
  955. [E_RBLBASE_AMBIENT_01]
  956. Priority=0
  957. Volume=0
  958. MinDis=1000
  959. MaxDis=20000
  960. Force Software=0
  961. Enabled=1
  962.  
  963. [E_LOWRCTY_TRAFFIC_01]
  964. Priority=0
  965. Volume=-800
  966. MinDis=200
  967. MaxDis=2000
  968. Force Software=0
  969. Enabled=1
  970.  
  971. [E_LOWERCITY_AMBIENT_01]
  972. Priority = 0
  973. Volume = -1000
  974. MinDis=200
  975. MaxDis=2000
  976. Force Software=1
  977. Enabled = 1
  978.  
  979. [E_LOWERCITY_AMBIENT_02]
  980. Priority = 0
  981. MinDis=200
  982. MaxDis=2000
  983. Force Software=1
  984. Volume = -1000
  985. Enabled = 1
  986.  
  987. [E_LOWERCITY_AMBIENT_03]
  988. Priority = 0
  989. MinDis=200
  990. MaxDis=2000
  991. Volume = -1000
  992. Force Software=1
  993. Enabled = 1
  994.  
  995. [E_LOWERCITY_AMBIENT_04]
  996. Priority = 0
  997. MinDis=200
  998. MaxDis=2000
  999. Volume = -1000
  1000. Force Software=1
  1001. Enabled = 1
  1002.  
  1003. [E_SEWERS_AMBIENT_01]
  1004. Priority = 0
  1005. MinDis=700
  1006. MaxDis=5000
  1007. Volume = 0
  1008. Enabled = 1
  1009.  
  1010. [E_SEWER_AMBIENT_02]
  1011. Priority = 0
  1012. MinDis=700
  1013. MaxDis=5000
  1014. Volume = -300
  1015. Enabled = 1
  1016.  
  1017. [E_SEWER_AMBIENT_03]
  1018. Priority = 0
  1019. MinDis=700
  1020. MaxDis=5000
  1021. Volume = -300
  1022. Enabled = 1
  1023.  
  1024. [E_SEWER_AMBIENT_04]
  1025. Priority = 0
  1026. MinDis=700
  1027. MaxDis=5000
  1028. Volume = -300
  1029. Enabled = 1
  1030.  
  1031. [E_SEWER_AMBIENT_05]
  1032. Priority = 0
  1033. MinDis=700
  1034. MaxDis=5000
  1035. Volume = -300
  1036. Enabled = 1
  1037.  
  1038. [E_FIRE_INTRO]
  1039. Priority = 0
  1040. Volume = 0
  1041. Enabled = 1
  1042.  
  1043. [E_FIRE_OUTRO]
  1044. Priority = 0
  1045. Volume = 0
  1046. Enabled = 1
  1047.  
  1048. [E_FIRE_LOOP]
  1049. Priority = 0
  1050. Volume = 0
  1051. Enabled = 1
  1052.  
  1053. [E_FIRE_BURST_INTRO]
  1054. Priority = 0
  1055. Volume = 0
  1056. Enabled = 1
  1057.  
  1058. [E_FIRE_BURST_LOOP]
  1059. Priority = 0
  1060. Volume = 0
  1061. Enabled = 1
  1062.  
  1063. [E_FIRE_BURST_OUTRO]
  1064. Priority = 0
  1065. Volume = 0
  1066. Enabled = 1
  1067.  
  1068. [E_LIFT_LOOP]
  1069. Priority = 0
  1070. Volume = 0
  1071. Enabled = 1
  1072.  
  1073. [E_LIFT_INTRO]
  1074. Priority = 0
  1075. Volume = 0
  1076. Enabled = 1
  1077.  
  1078. [E_LIFT_OUTRO]
  1079. Priority = 0
  1080. Volume = 0
  1081. Enabled = 1
  1082.  
  1083. [E_SWR_DOOR_JAW_OPEN_INTRO]
  1084. MinDis=800
  1085. MaxDis=4000
  1086. Priority = 0
  1087. Volume = 200
  1088. Enabled = 1
  1089.  
  1090. [E_SWR_DOOR_JAW_OPEN_LOOP]
  1091. MinDis=800
  1092. MaxDis=4000
  1093. Priority = 0
  1094. Volume = 200
  1095. Enabled = 1
  1096.  
  1097. [E_SWR_DOOR_JAW_OPEN_OUTRO]
  1098. MinDis=800
  1099. MaxDis=4000
  1100. Priority = 0
  1101. Volume = 200
  1102. Enabled = 1
  1103.  
  1104. [E_SWR_DOOR_JAW_OPEN_STUCK]
  1105. Priority = 0
  1106. MinDis=800
  1107. MaxDis=4000
  1108. Volume = 200
  1109. Enabled = 1
  1110.  
  1111. [E_SWR_DOOR_JAW_CLOSE_INTRO]
  1112. MinDis=800
  1113. MaxDis=4000
  1114. Priority = 0
  1115. Volume = 200
  1116. Enabled = 1
  1117.  
  1118. [E_SWR_DOOR_JAW_CLOSE_LOOP]
  1119. MinDis=800
  1120. MaxDis=4000
  1121. Priority = 0
  1122. Volume = 200
  1123. Enabled = 1
  1124.  
  1125. [E_SWR_DOOR_JAW_CLOSE_OUTRO]
  1126. MinDis=800
  1127. MaxDis=4000
  1128. Priority = 0
  1129. Volume = 200
  1130. Enabled = 1
  1131.  
  1132. [E_SWR_DOOR_APERTURE_OPEN]
  1133. Priority = 0
  1134. Volume = 0
  1135. Enabled = 1
  1136.  
  1137. [E_SWR_DOOR_APERTURE_CLOSE]
  1138. Priority = 0
  1139. Volume = 0
  1140. Enabled = 1
  1141.  
  1142. [E_WATER_RAPIDS_MED_LOOP]
  1143. MinDis=1000000
  1144. MaxDis=2000000
  1145. Priority = 0
  1146. Volume = -1400
  1147. Enabled = 1
  1148.  
  1149. [E_WATER_RAPIDS_FAST_LOOP]
  1150. Priority = 0
  1151. Volume = 0
  1152. Enabled = 1
  1153.  
  1154. [P_HEALTH_IDLE_LOOP]
  1155. MinDis=50
  1156. MaxDis=400
  1157. Priority = 0
  1158. Volume = -600
  1159. Enabled = 1
  1160.  
  1161. [I_HUD_RETICULE_SWITCH]
  1162. Priority = 0
  1163. Volume = -5000
  1164. Enabled = 1
  1165.  
  1166. [VO_M1_CRIT_COMM_01]
  1167. Priority = 0
  1168. Volume = 300
  1169. Enabled = 1
  1170. Force Software=1
  1171.  
  1172. [VO_M1_CRIT_GENERATOR1]
  1173. Priority = 0
  1174. Volume = 300
  1175. Enabled = 1
  1176. Force Software=1
  1177.  
  1178. [VO_M1_CRIT_WOLFAPC]
  1179. Priority = 0
  1180. Volume = 200
  1181. Enabled = 1
  1182. Force Software=1
  1183.  
  1184. [VO_M1_CRIT_GENERATOR3]
  1185. Priority = 0
  1186. Volume = 300
  1187. Enabled = 1
  1188. Force Software=1
  1189.  
  1190. [VO_M1_CRIT_SDL]
  1191. Priority = 0
  1192. Volume = 100
  1193. Enabled = 1
  1194. Force Software=1
  1195.  
  1196. [VO_M1_CRIT_CANTHOLD]
  1197. Priority = 0
  1198. Volume = 300
  1199. Enabled = 1
  1200. Force Software=1
  1201.  
  1202. [VO_M1_CRIT_ORDERS]
  1203. Priority = 0
  1204. Volume = 300
  1205. Enabled = 1
  1206. Force Software=1
  1207.  
  1208. [VO_M1_CHAT_VTOL_01]
  1209. Priority = 0
  1210. Volume = 0
  1211. Enabled = 1
  1212. Force Software=1
  1213.  
  1214. [VO_M1_CHAT_VTOL_02]
  1215. Priority = 0
  1216. Volume = 0
  1217. Enabled = 1
  1218. Force Software=1
  1219.  
  1220. [VO_M1_CHAT_VTOL_03]
  1221. Priority = 0
  1222. Volume = 0
  1223. Enabled = 1
  1224. Force Software=1
  1225.  
  1226. [VO_M1_CHAT_REGULATOR_01]
  1227. Priority = 0
  1228. Volume = 0
  1229. Enabled = 1
  1230. Force Software=1
  1231.  
  1232. [VO_M1_CHAT_REGULATOR_02]
  1233. Priority = 0
  1234. Volume = 0
  1235. Enabled = 1
  1236. Force Software=1
  1237.  
  1238. [VO_M1_CHAT_REGULATOR_02]
  1239. Priority = 0
  1240. Volume = 0
  1241. Enabled = 1
  1242. Force Software=1
  1243.  
  1244. [VO_M1_CHAT_REGULATOR_03]
  1245. Priority = 0
  1246. Volume = 0
  1247. Enabled = 1
  1248. Force Software=1
  1249.  
  1250. [VO_M1_CHAT_REGULATOR_04]
  1251. Priority = 0
  1252. Volume = 0
  1253. Enabled = 1
  1254. Force Software=1
  1255.  
  1256. [VO_M1_CHAT_REGULATOR_05]
  1257. Priority = 0
  1258. Volume = 0
  1259. Enabled = 1
  1260. Force Software=1
  1261.  
  1262. [VO_M1_CHAT_REGULATOR_06]
  1263. Priority = 0
  1264. Volume = 0
  1265. Enabled = 1
  1266. Force Software=1
  1267.  
  1268. [VO_M1_CHAT_REGULATOR_07]
  1269. Priority = 0
  1270. Volume = 0
  1271. Enabled = 1
  1272. Force Software=1
  1273.  
  1274. [VO_M1_CHAT_REGULATOR_08]
  1275. Priority = 0
  1276. Volume = 0
  1277. Enabled = 1
  1278. Force Software=1
  1279.  
  1280. [VO_M1_CHAT_REGULATOR_09]
  1281. Priority = 0
  1282. Volume = 0
  1283. Enabled = 1
  1284. Force Software=1
  1285.  
  1286. [VO_M1_CHAT_REGULATOR_10]
  1287. Priority = 0
  1288. Volume = 0
  1289. Enabled = 1
  1290. Force Software=1
  1291.  
  1292. [VO_M2_CHAT_REGULATOR_01]
  1293. Priority=0
  1294. Volume=0
  1295. Enabled=1
  1296. Force Software=1
  1297.  
  1298. [VO_M2_CHAT_REGULATOR_02]
  1299. Priority=0
  1300. Volume=0
  1301. Enabled=1
  1302. Force Software=1
  1303.  
  1304. [VO_M2_CHAT_REGULATOR_03]
  1305. Priority=0
  1306. Volume=0
  1307. Enabled=1
  1308. Force Software=1
  1309.  
  1310. [VO_M2_CHAT_REGULATOR_04]
  1311. Priority=0
  1312. Volume=0
  1313. Enabled=1
  1314. Force Software=1
  1315.  
  1316. [VO_M2_CHAT_VTOL_01]
  1317. Priority=0
  1318. Volume=0
  1319. Enabled=1
  1320. Force Software=1
  1321.  
  1322. [VO_M2_CHAT_VTOL_02]
  1323. Priority=0
  1324. Volume=0
  1325. Enabled=1
  1326. Force Software=1
  1327.  
  1328. [VO_M2_CRIT_ORDERS]
  1329. Priority=0
  1330. Volume=0
  1331. Enabled=1
  1332. Force Software=1
  1333.  
  1334. [VO_M3_CHAT_JAMMER_01]
  1335. Priority=0
  1336. Volume=200
  1337. Enabled=1
  1338. Force Software=1
  1339.  
  1340. [VO_M3_CHAT_JAMMER_02]
  1341. Priority=0
  1342. Volume=200
  1343. Enabled=1
  1344. Force Software=1
  1345.  
  1346. [VO_M3_CHAT_REGULATOR_01]
  1347. Priority=0
  1348. Volume=200
  1349. Enabled=1
  1350. Force Software=1
  1351.  
  1352. [VO_M3_CRIT_ORDERS]
  1353. Priority=0
  1354. Force Software=1
  1355. Volume=300
  1356. Enabled=1
  1357. Force Software=1
  1358.  
  1359. [VO_M5_CRIT_FAIL]
  1360. Priority = 0
  1361. Volume = -100
  1362. Enabled = 1
  1363. Force Software=1
  1364.  
  1365. [VO_M5_CRIT_GO]
  1366. Priority = 0
  1367. Volume = -100
  1368. Enabled = 1
  1369. Force Software=1
  1370.  
  1371. [VO_M5_CRIT_LOSTONE]
  1372. Priority = 0
  1373. Volume = -100
  1374. Enabled = 1
  1375. Force Software=1
  1376.  
  1377. [VO_M5_CRIT_LOSTTWO]
  1378. Priority = 0
  1379. Volume = -100
  1380. Enabled = 1
  1381. Force Software=1
  1382.  
  1383. [VO_M5_CRIT_MOVEOUT]
  1384. Priority = 0
  1385. Volume = -100
  1386. Enabled = 1
  1387. Force Software=1
  1388.  
  1389. [VO_M5_CRIT_ORDERS]
  1390. Priority = 0
  1391. Volume = 0
  1392. Enabled = 1
  1393. Force Software=1
  1394.  
  1395. [VO_M5_CRIT_SCREAM]
  1396. Priority = 0
  1397. Volume = -100
  1398. Enabled = 1
  1399. Force Software=1
  1400.  
  1401. [M_M1_GENERATOR1_DEATH]
  1402. MinDis=800
  1403. MaxDis=5000
  1404. Priority = 0
  1405. Volume = 100
  1406. Enabled = 1
  1407.  
  1408. [M_M1_GENERATOR2_DEATH]
  1409. MinDis=800
  1410. MaxDis=5000
  1411. Priority = 0
  1412. Volume = 200
  1413. Enabled = 1
  1414.  
  1415. [M_M1_GENERATOR3_DEATH]
  1416. Priority = 0
  1417. MinDis=800
  1418. MaxDis=5000
  1419. Volume = 275
  1420. Enabled = 1
  1421.  
  1422. [M_M1_GENERATOR1_HUM]
  1423. Priority = 0
  1424. MinDis=500
  1425. MaxDis=8000
  1426. Volume = 200
  1427. Enabled = 1
  1428.  
  1429. [M_M1_GENERATOR2_HUM]
  1430. MinDis=500
  1431. MaxDis=8000
  1432. Priority = 0
  1433. Volume = 200
  1434. Enabled = 1
  1435.  
  1436. [M_M1_GENERATOR3_HUM]
  1437. Priority = 0
  1438. MinDis=300
  1439. MaxDis=8000
  1440. Volume = 300
  1441. Enabled = 1
  1442.  
  1443. [M_M1_COMM_SIGNAL_01]
  1444. Priority = 0
  1445. Volume = 0
  1446. Enabled = 1
  1447.  
  1448. [M_M1_COMM_SIGNAL_02]
  1449. Priority = 0
  1450. Volume = 0
  1451. Enabled = 1
  1452.  
  1453. [M_M1_COMM_SIGNAL_03]
  1454. Priority = 0
  1455. Volume = 0
  1456. Enabled = 1
  1457.  
  1458. [M_M1_COMM_SIGNAL_04]
  1459. Priority = 0
  1460. Volume = 0
  1461. Enabled = 1
  1462.  
  1463. [M_M1_COMM_SIGNAL_05]
  1464. Priority = 0
  1465. Volume = 0
  1466. Enabled = 1
  1467.  
  1468. [M_M1_COMM_SIGNAL_06]
  1469. Priority = 0
  1470. Volume = 0
  1471. Enabled = 1
  1472.  
  1473. [M_M1_COMM_THRUM]
  1474. Priority = 0
  1475. MinDis=1000
  1476. MaxDis=8000
  1477. Volume = 0
  1478. Enabled = 1
  1479.  
  1480. [M_M1_COMM_DEATH]
  1481. Priority = 0
  1482. Volume = 350
  1483. Enabled = 1
  1484.  
  1485. [M_M3_CRUISER_COLLISION]
  1486. Priority = 0
  1487. Volume = 0
  1488. Enabled = 1
  1489.  
  1490. [M_M3_HIVE_LOOP]
  1491. Priority = 0
  1492. Volume = 0
  1493. Enabled = 1
  1494.  
  1495. ;Boss 1 sounds
  1496. ;
  1497. [B_BOSS1_INTRO_RAISE]
  1498. MinDis=4000
  1499. MaxDis=8000
  1500. Priority = 0
  1501. Volume = 200
  1502. Enabled = 1
  1503.  
  1504. [B_BOSS1_INTRO_CHAIN_BREAK]
  1505. MinDis=4000
  1506. MaxDis=8000
  1507. Priority=0
  1508. Volume=200
  1509. Enabled=1
  1510.  
  1511. [B_BOSS1_INTRO_ROAR]
  1512. MinDis = 4000
  1513. MaxDis = 8000
  1514. Priority = 0
  1515. Volume = 300
  1516. Enabled = 1
  1517.  
  1518. [B_BOSS1_FIRE1_INTRO]
  1519. MinDis = 4000
  1520. MaxDis = 8000
  1521. Priority = 0
  1522. Volume = 0
  1523. Enabled = 1
  1524.  
  1525. [B_BOSS1_FIRE1_LOOP]
  1526. MinDis = 4000
  1527. MaxDis = 8000
  1528. Priority = 0
  1529. Volume = 0
  1530. Enabled = 1
  1531.  
  1532. [B_BOSS1_FIRE1_OUTRO]
  1533. MinDis = 4000
  1534. MaxDis = 8000
  1535. Priority = 0
  1536. Volume = 0
  1537. Enabled = 1
  1538.  
  1539. [B_BOSS1_TURN_LOOP]
  1540. MinDis = 1000
  1541. MaxDis = 8000
  1542. Priority = 0
  1543. Volume = -800
  1544. Enabled = 1
  1545.  
  1546. [B_BOSS1_FIRE1_SIZZLE_LOOP]
  1547. MinDis = 300
  1548. MaxDis = 8000
  1549. Priority = 0
  1550. Volume = -700
  1551. Enabled = 1
  1552.  
  1553. [B_BOSS1_PHASE2_ROAR]
  1554. MinDis = 4000
  1555. MaxDis = 8000
  1556. Priority = 0
  1557. Volume = 300
  1558. Enabled = 1
  1559.  
  1560. [B_BOSS1_ROAR_01]
  1561. MinDis = 4000
  1562. MaxDis = 8000
  1563. Priority = 0
  1564. Volume = 300
  1565. Enabled = 1
  1566.  
  1567. [B_BOSS1_ROAR_02]
  1568. MinDis = 4000
  1569. MaxDis = 8000
  1570. Priority = 0
  1571. Volume = 300
  1572. Enabled = 1
  1573.  
  1574. [B_BOSS1_FIRE2_INTRO]
  1575. MinDis = 5000
  1576. MaxDis = 7000
  1577. Priority = 0
  1578. Volume = 0
  1579. Enabled = 1
  1580.  
  1581. [B_BOSS1_FIRE2_DEBRIS_HIT]
  1582. MinDis = 6000
  1583. MaxDis = 8000
  1584. Priority = 0
  1585. Volume = 300
  1586. Enabled = 1
  1587.  
  1588. [B_BOSS1_FIRE2_DEBRIS_LAND]
  1589. MinDis = 3000
  1590. MaxDis = 8000
  1591. Priority = 0
  1592. Volume = 100
  1593. Enabled = 1
  1594.  
  1595. [B_BOSS1_ATTACK_HAND]
  1596. MinDis = 3000
  1597. MaxDis = 8000
  1598. Priority = 0
  1599. Volume = 400
  1600. Enabled = 1
  1601.  
  1602. [B_BOSS1_ATTACK_HAND_HIT]
  1603. MinDis = 3000
  1604. MaxDis = 8000
  1605. Priority = 0
  1606. Volume = 100
  1607. Enabled = 1
  1608.  
  1609. [B_BOSS1_HIT_ARMOR]
  1610. MinDis=800
  1611. MaxDis=4000
  1612. Priority=0
  1613. Volume=300
  1614. Enabled=1
  1615.  
  1616. [B_BOSS1_HIT_MEAT]
  1617. MinDis=800
  1618. MaxDis=4000
  1619. Priority=0
  1620. Volume=300
  1621. Enabled=1
  1622.  
  1623. [B_BOSS1_FIRE3]
  1624. MinDis=800
  1625. MaxDis=4000
  1626. Priority=0
  1627. Volume=300
  1628. Enabled=1
  1629.  
  1630. ;[B_BOSS1_FIRE3_BULLET_LOOP]
  1631. ;[B_BOSS1_FIRE3_BULLET_HIT]
  1632.  
  1633.  
  1634. [B_BOSS1_DIE]
  1635. MinDis = 8000
  1636. MaxDis = 10000
  1637. Priority = 0
  1638. Volume = 300
  1639. Enabled = 1
  1640.  
  1641. ;Boss2 sounds
  1642. ;
  1643.  
  1644. [B_BOSS2_ACID_ON]
  1645. Priority = 0
  1646. Volume = 0
  1647. Enabled = 1
  1648.  
  1649. [B_BOSS2_ALARM_LOOP]
  1650. Priority = 0
  1651. Volume = 0
  1652. Enabled = 1
  1653.  
  1654. [B_BOSS2_BEAM_CHARGE_LOOP]
  1655. Priority = 0
  1656. Volume = 0
  1657. Enabled = 1
  1658.  
  1659. [B_BOSS2_BEAM_FIRE]
  1660. Priority = 0
  1661. Volume = 0
  1662. Enabled = 1
  1663.  
  1664. [B_BOSS2_DIE]
  1665. Priority = 0
  1666. Volume = 0
  1667. Enabled = 1
  1668.  
  1669. [B_BOSS2_HIT_01]
  1670. Priority = 0
  1671. Volume = 0
  1672. Enabled = 1
  1673.  
  1674. [B_BOSS2_HIT_02]
  1675. Priority = 0
  1676. Volume = 0
  1677. Enabled = 1
  1678.  
  1679. [B_BOSS2_HIT_03]
  1680. Priority = 0
  1681. Volume = 0
  1682. Enabled = 1
  1683.  
  1684. [B_BOSS2_JETS_LOOP]
  1685. Priority = 0
  1686. Volume = 0
  1687. Enabled = 1
  1688.  
  1689. [B_BOSS2_MISSILE_FIRE]
  1690. Priority = 0
  1691. Volume = 0
  1692. Enabled = 1
  1693.  
  1694. [B_BOSS2_MISSILE_HATCH]
  1695. Priority = 0
  1696. Volume = 0
  1697. Enabled = 1
  1698.  
  1699. [B_BOSS2_PLASMA_FIRE]
  1700. Priority = 0
  1701. Volume = 0
  1702. Enabled = 1
  1703.  
  1704. [B_BOSS2_VO_PHASE3]
  1705. Priority = 0
  1706. Volume = 0
  1707. Enabled = 1
  1708.  
  1709. [B_BOSS2_WATER_IN]
  1710. Priority = 0
  1711. Volume = 0
  1712. Enabled = 1
  1713.  
  1714. [B_BOSS2_WATER_OUT]
  1715. Priority = 0
  1716. Volume = 0
  1717. Enabled = 1
  1718.  
  1719.  
  1720. ;CGW VO STUFF!!!
  1721. ;
  1722. ;
  1723.  
  1724.  
  1725. [VO_M1CGW_SENTINEL_01]
  1726. MinDis = 800
  1727. MaxDis = 4000
  1728. volume = 300
  1729. Priority = 0
  1730. Enabled = 1
  1731. Force Software = 1
  1732.  
  1733. [VO_M1CGW_SENTINEL_02]
  1734. MinDis = 800
  1735. MaxDis = 4000
  1736. volume = 300
  1737. Priority = 0
  1738. Enabled = 1
  1739. Force Software = 1
  1740.  
  1741. [VO_M1CGW_SENTINEL_03]
  1742. MinDis = 800
  1743. MaxDis = 4000
  1744. volume = 300
  1745. Priority = 0
  1746. Enabled = 1
  1747. Force Software = 1
  1748.  
  1749. [VO_M1CGW_SENTINEL_04]
  1750. MinDis = 800
  1751. MaxDis = 4000
  1752. volume = 300
  1753. Priority = 0
  1754. Enabled = 1
  1755. Force Software = 1
  1756.  
  1757. [VO_M1CGW_SENTINEL_05]
  1758. MinDis = 800
  1759. MaxDis = 4000
  1760. volume = 300
  1761. Priority = 0
  1762. Enabled = 1
  1763. Force Software = 1
  1764.  
  1765. [VO_M1CGW_SENTINEL_06]
  1766. MinDis = 800
  1767. MaxDis = 4000
  1768. volume = 300
  1769. Priority = 0
  1770. Enabled = 1
  1771. Force Software = 1
  1772.  
  1773. [VO_M1CGW_SENTINEL_07]
  1774. MinDis = 800
  1775. MaxDis = 4000
  1776. volume = 300
  1777. Priority = 0
  1778. Enabled = 1
  1779. Force Software = 1
  1780.  
  1781. [VO_M1CGW_SENTINEL_08]
  1782. MinDis = 800
  1783. MaxDis = 4000
  1784. volume = 300
  1785. Priority = 0
  1786. Enabled = 1
  1787. Force Software = 1
  1788.  
  1789. [VO_M1CGW_SENTINEL_09]
  1790. MinDis = 800
  1791. MaxDis = 4000
  1792. volume = 300
  1793. Priority = 0
  1794. Enabled = 1
  1795. Force Software = 1
  1796.  
  1797. [VO_M1CGW_SENTINEL_10]
  1798. MinDis = 800
  1799. MaxDis = 4000
  1800. volume = 300
  1801. Priority = 0
  1802. Enabled = 1
  1803. Force Software = 1
  1804.  
  1805. [VO_M1CGW_LI_01A]
  1806. Priority = 0
  1807. volume = 300
  1808. Enabled = 1
  1809. Force Software=1
  1810. Allow Cut Off = 0
  1811.  
  1812. [VO_M1CGW_LI_01B]
  1813. Priority = 0
  1814. volume = 300
  1815. Enabled = 1
  1816. Force Software=1
  1817. Allow Cut Off = 0
  1818.  
  1819. [VO_M1CGW_LI_01C]
  1820. Priority = 0
  1821. volume = 300
  1822. Enabled = 1
  1823. Force Software=1
  1824. Allow Cut Off = 0
  1825.  
  1826. [VO_M1CGW_LI_01D]
  1827. Priority = 0
  1828. volume = 300
  1829. Enabled = 1
  1830. Force Software=1
  1831. Allow Cut Off = 0
  1832.  
  1833. [VO_M1CGW_LI_01E]
  1834. Priority = 0
  1835. volume = 300
  1836. Enabled = 1
  1837. Force Software=1
  1838. Allow Cut Off = 0
  1839.  
  1840. [VO_M1CGW_LI_01F]
  1841. Priority = 0
  1842. volume = 300
  1843. Enabled = 1
  1844. Force Software=1
  1845. Allow Cut Off = 0
  1846.  
  1847. [VO_M1CGW_LI_01F_ALT]
  1848. Priority = 0
  1849. volume = 300
  1850. Enabled = 1
  1851. Force Software=1
  1852. Allow Cut Off = 0
  1853.  
  1854. [VO_M1CGW_LI_03]
  1855. Priority = 0
  1856. volume = 300
  1857. Enabled = 1
  1858. Force Software=1
  1859. Allow Cut Off = 0
  1860.  
  1861. [VO_M1CGW_LI_04A]
  1862. Priority = 0
  1863. volume = 300
  1864. Enabled = 1
  1865. Force Software=1
  1866. Allow Cut Off = 0
  1867.  
  1868. [VO_M1CGW_LI_04B]
  1869. Priority = 0
  1870. volume = 300
  1871. Enabled = 1
  1872. Force Software=1
  1873. Allow Cut Off = 0
  1874.  
  1875. [VO_M1CGW_LI_04C]
  1876. Priority = 0
  1877. volume = 300
  1878. Enabled = 1
  1879. Force Software=1
  1880. Allow Cut Off = 0
  1881.  
  1882. [VO_M1CGW_LI_05A]
  1883. Priority = 0
  1884. volume = 300
  1885. Enabled = 1
  1886. Force Software=1
  1887. Allow Cut Off = 0
  1888.  
  1889. [VO_M1CGW_LI_05B]
  1890. Priority = 0
  1891. volume = 300
  1892. Enabled = 1
  1893. Force Software=1
  1894. Allow Cut Off = 0
  1895.  
  1896. [VO_M1CGW_LI_06]
  1897. Priority = 0
  1898. volume = 300
  1899. Enabled = 1
  1900. Force Software=1
  1901. Allow Cut Off = 0
  1902.  
  1903. [VO_M1CGW_LI_07]
  1904. Priority = 0
  1905. volume = 300
  1906. Enabled = 1
  1907. Force Software=1
  1908. Allow Cut Off = 0
  1909.  
  1910. [VO_M1CGW_LI_08]
  1911. Priority = 0
  1912. volume = 300
  1913. Enabled = 1
  1914. Force Software=1
  1915. Allow Cut Off = 0
  1916.  
  1917. [VO_M1CGW_LI_09]
  1918. Priority = 0
  1919. volume = 300
  1920. Enabled = 1
  1921. Force Software=1
  1922. Allow Cut Off = 0
  1923.  
  1924. [VO_M1CGW_LI_10]
  1925. Priority = 0
  1926. volume = 300
  1927. Enabled = 1
  1928. Force Software=1
  1929. Allow Cut Off = 0
  1930.  
  1931. [VO_M1CGW_LI_11]
  1932. Priority = 0
  1933. volume = 300
  1934. Enabled = 1
  1935. Force Software=1
  1936. Allow Cut Off = 0
  1937.  
  1938. [VO_M1CGW_LI_FMA01]
  1939. Priority = 0
  1940. volume = 300
  1941. Enabled = 1
  1942. Force Software=0
  1943. Allow Cut Off = 0
  1944.  
  1945. [VO_M1CGW_LI_FMA02]
  1946. Priority = 0
  1947. volume = 300
  1948. Enabled = 1
  1949. Force Software=0
  1950. Allow Cut Off = 0
  1951.  
  1952. [VO_M1CGW_LI_FMA03]
  1953. Priority = 0
  1954. volume = 300
  1955. Enabled = 1
  1956. Force Software=1
  1957. Allow Cut Off = 0
  1958.  
  1959.